home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / update_h / _winfile / winman / script / bpw70.int / bpw.wms
Encoding:
INI File  |  1994-04-20  |  1.1 KB  |  38 lines

  1. [Header]
  2. Name=BPW.WMS
  3. Alias=Borland Pascal
  4. Author=BrainWare / R.Schallberger
  5. Date_Written=20.4.94
  6. Changed_By=
  7. Changed_At=
  8. Change_Reason=
  9. Version=1
  10.  
  11. [StartBP]
  12.  cd '%BPWUser%'
  13.  highrun '%BPWApp%\bpw.exe'
  14.  
  15. [StartWS]
  16.  cd '%BPWUser%'
  17.  highrun '%BPWApp%\workshop.exe'
  18.  
  19. [Common]
  20.  menu '%MT_Dev%' '%M_BPW%' '%BPWApp%\bpw.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startbp' '%MG_Dev%'
  21.  menu '%MT_Dev%' '%M_Workshop%' '%BPWApp%\workshop.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startws' '%MG_Dev%'
  22.  
  23. [Install]
  24.  menu '%MT_Dev%' '%M_BPW%' '%BPWApp%\bpw.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startbp' '%MG_Dev%'
  25.  menu '%MT_Dev%' '%M_Workshop%' '%BPWApp%\workshop.exe' '%WinMan%\wmscr.exe %WinMan%\bpw.wms startws' '%MG_Dev%'
  26.  md '%BPWUser%'
  27.  iniwrite 'EXTENSIONS' 'pas' '%BPWApp%\bpw.exe ^.pas'
  28.  iniwrite 'EXTENSIONS' 'res' '%BPWApp%\workshop.exe ^.res'
  29.  
  30. [UnInstall]
  31.  MessageBox '%M_BPW%' '%SWNotAvail%' /OK /INFO /O=OK
  32. :OK
  33.  menu '%MT_Dev%' '%M_BPW%' /Delete
  34.  menu '%MT_Dev%' '%M_Workshop%' /Delete
  35.  
  36.  iniwrite 'EXTENSIONS' 'pas' {nil}
  37.  iniwrite 'EXTENSIONS' 'res' {nil}
  38.